github.com/jackc/pgx/v5/pgxpool.poolRows.r (field)

11 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		pool.go#L72: 	pr.r = r
		rows.go#L29: 	r   pgx.Rows
		rows.go#L35: 	rows.r.Close()
		rows.go#L46: 	return rows.r.Err()
		rows.go#L50: 	return rows.r.CommandTag()
		rows.go#L54: 	return rows.r.FieldDescriptions()
		rows.go#L62: 	n := rows.r.Next()
		rows.go#L70: 	err := rows.r.Scan(dest...)
		rows.go#L78: 	values, err := rows.r.Values()
		rows.go#L86: 	return rows.r.RawValues()
		rows.go#L90: 	return rows.r.Conn()